Changes the current
Condition to the indicated type (if necessary) and returns an appropriately typed handle to the
EventCondition object. Obsolete. Use
Keysight.SA.Vsa.EventRule.SetExtension``1 instead.
Syntax
Visual Basic (Declaration) | |
---|
Public Overloads MustOverride Function SetCondition(Of T As EventCondition)() As T |
C++/CLI | |
---|
public:
abstract T^ SetConditiongeneric<typename T>
();
where T: EventCondition |
Type Parameters
- T
- The desired EventCondition type.
Return Value
A correctly typed handle to the requested
EventCondition object. If the requested
EventCondition is not available, an exception is thrown. In this case, the previous
EventCondition is left unchanged.
Requirements
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)
See Also